home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gigarom 1
/
Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso
/
FILES
/
HYP
/
A-B
/
ButtonStax.cpt
/
Region Buttons
/
background_2722.txt
< prev
next >
Wrap
Text File
|
1989-02-26
|
3KB
|
153 lines
-- background: 2722 from stack: in
-- bmap block id: 10246
-- flags: 0000
-- background id: 0
-- name: Description
----- HyperTalk script -----
on openBackground
push recent card
end openBackground
-- part 9 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=227 top=301 right=326 bottom=254
-- title width / last selected line: 0
-- icon id / first selected line: 1014 / 1014
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Prev
----- HyperTalk script -----
on mouseUp
visual effect wipe right
go to previous card of Background "Description"
end mouseUp
-- part 10 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=264 top=301 right=326 bottom=291
-- title width / last selected line: 0
-- icon id / first selected line: 1013 / 1013
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Next
----- HyperTalk script -----
on mouseUp
visual effect wipe left
go to next card of background "Description"
end mouseUp
-- part 11 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=45 top=298 right=327 bottom=77
-- title width / last selected line: 0
-- icon id / first selected line: 21700 / 21700
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Home
----- HyperTalk script -----
on mouseUp
visual effect iris open
go Home
end mouseUp
-- part 12 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=457 top=299 right=327 bottom=494
-- title width / last selected line: 0
-- icon id / first selected line: 1012 / 1012
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Return
----- HyperTalk script -----
on mouseUp
visual effect iris close
pop card
end mouseUp
-- part 13 (field)
-- low flags: 01
-- high flags: 0000
-- rect: left=63 top=100 right=295 bottom=471
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
-- part 14 (field)
-- low flags: 00
-- high flags: 0000
-- rect: left=63 top=45 right=81 bottom=471
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 5
-- text size: 28
-- style flags: 0
-- line height: 37
-- part name:
-- part 15 (field)
-- low flags: 00
-- high flags: 0000
-- rect: left=470 top=33 right=55 bottom=492
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 5
-- text size: 14
-- style flags: 0
-- line height: 18
-- part name: Page Number
-- part 16 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=493 top=76 right=161 bottom=510
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
push this card
Visual effect zoom open
go to card "Source Code"
end mouseUp